How to do some other cool stuff in Excel
May 12, 2024
Markdown
Do this, and then that.
function greet(name: string) {
console.log(`Hey ${name}! 👋`)
}
May 12, 2024
Do this, and then that.
function greet(name: string) {
console.log(`Hey ${name}! 👋`)
}